All Questions
2 questions
2votes
1answer
4kviews
Error while trying to compile headers in Ubuntu Jammy Jellyfish
I am currently trying to compile the headers in Jammy Jellyfish, and I am running into the following error: /usr/src/linux-headers-5.15.0-25-generic$ sudo make SYNC include/config/auto.conf.cmd ...
1vote
1answer
2kviews
Compile kernel module targeting different kernel version
I have a simple "hello world" Linux kernel module that I would like to compile for a different host. My host is on a 5.x kernel version and the target is on 4.x. I do not want to update the ...